Configuration | ![]() |
The following attributes have the same meaning when appearing in elements:
Attribute | Meaning |
---|---|
@font-family | Font family name, e.g. Arial, Verdana, MS Sans Serif. |
@font-size | Font size in pt. E.g. 8, 10, 12. |
@color | Foreground (text or and marks) color, in hex RGB value. E.g. #FF0000 is red, #00FF00 is green, #0000FF is blue, #000000 is black, #FFFFFF is white. |
@bold | Set the text to bold. Possible values: true, false. |
@italic | Set the text to italic. Possible values: true, false. |
@background-color | Background color. See @color for value format. |